home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
wb
/
czesc_3
/
reyes
/
blanker.h
next >
Wrap
Text File
|
1997-12-31
|
375b
|
21 lines
#define MASK(n) (1L<<(n))
/* This structure defines the basic communications between the server
* and the client.
*/
typedef struct ClientMessage {
struct Message bcm_Message;
struct RetinaScreen *bcm_Screen;
LONG bcm_Status;
ULONG bcm_SigMask;
};
/* Prototypes */
void *InitGraphics(struct ClientMessage*);
/* Pops up an error requestor. */
void Error(char *s);